projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a84ddd
)
(xml-att-def-re): Add defvar.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:52:15 +0000
(
02:52
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:52:15 +0000
(
02:52
+0000)
lisp/xml.el
patch
|
blob
|
history
diff --git
a/lisp/xml.el
b/lisp/xml.el
index 90ba5baf9b89a9cdbb26aa1133c52f7dc68d5751..5fdb6f33b188c55f0641b1bbceca39190609904d 100644
(file)
--- a/
lisp/xml.el
+++ b/
lisp/xml.el
@@
-185,6
+185,7
@@
If PARSE-NS is non-nil, then QNAMES are expanded."
(defvar xml-name-re)
(defvar xml-entity-value-re)
+(defvar xml-att-def-re)
(let* ((start-chars (concat "[:alpha:]:_"))
(name-chars (concat "-[:digit:]." start-chars))
;;[3] S ::= (#x20 | #x9 | #xD | #xA)+